Click or drag to resize

InternetMessageHeader Class

Represents the Internet message header for a given header within the headers collection.
Inheritance Hierarchy
SystemObject
  Independentsoft.ExchangeInternetMessageHeader

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public class InternetMessageHeader

The InternetMessageHeader type exposes the following members.

Constructors
  NameDescription
Public methodInternetMessageHeader
Initializes a new instance of the InternetMessageHeader class.
Public methodInternetMessageHeader(String, String)
Initializes a new instance of the InternetMessageHeader class.
Top
Properties
  NameDescription
Public propertyName
Identifies the header name.
Public propertyValue
Represents the Internet message header that are contained in an item in a mailbox.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Converts the value of the current InternetMessageHeader object to its equivalent string representation.
(Overrides ObjectToString.)
Top
See Also